ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / GetGlyphIndices Method / GetGlyphIndices(Int32[],Int32,Int16[]) Method

In This Topic
    GetGlyphIndices(Int32[],Int32,Int16[]) Method
    In This Topic
    HRESULT IDWriteFontFace::GetGlyphIndices([In, Buffer] const unsigned int* codePoints,[In] unsigned int codePointCount,[Out, Buffer] unsigned short* glyphIndices)
    Syntax
    'Declaration
     
    Public Overloads Sub GetGlyphIndices( _
       ByVal codePoints() As System.Integer, _
       ByVal codePointCount As System.Integer, _
       ByVal glyphIndices() As System.Short _
    ) 
    public void GetGlyphIndices( 
       System.int[] codePoints,
       System.int codePointCount,
       System.short[] glyphIndices
    )

    Parameters

    codePoints
    codePointCount
    glyphIndices
    See Also